Enum isotope::ast::ast::Stmt [−][src]
Expand description
An isotope
statement
Variants
Let(Let)
A let
-statement
Join(Join)
A join
-statmenet
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stmt
impl UnwindSafe for Stmt
Blanket Implementations
Mutably borrows from an owned value. Read more
Borrow an optional value of type T
Compare self to key
and return true
if they are equal.